runtime.mheap.specialBubbleAlloc (field)

4 uses

	runtime (current package)
		mheap.go#L226: 	specialBubbleAlloc         fixalloc // allocator for specialBubble
		mheap.go#L805: 	h.specialBubbleAlloc.init(unsafe.Sizeof(specialBubble{}), nil, nil, &memstats.other_sys)
		mheap.go#L2854: 		mheap_.specialBubbleAlloc.free(unsafe.Pointer(st))
		synctest.go#L414: 		s := (*specialBubble)(mheap_.specialBubbleAlloc.alloc())